home *** CD-ROM | disk | FTP | other *** search
/ Software Vault: The Gold Collection / Software Vault - The Gold Collection (American Databankers) (1993).ISO / cdr22 / psplus.zip / PSPLUS.DOC < prev   
Text File  |  1993-05-01  |  5KB  |  120 lines

  1.                              PSPLUS DOCUMENTATION
  2.                                   RELEASE 1.0p
  3.                                   Public Domain
  4.                              (c)1989 L. Scott Emmons
  5.  
  6.  
  7.                                      FILES
  8.  
  9.         psplus.com      -       psplus binary TSR
  10.         psplus.doc      -       you're reading it
  11.  
  12.  
  13.                                   TERMS OF USE
  14.  
  15.         This release and all subsequent releases of PSPLUS are hereby in
  16. the public domain, to be distributed freely with no registration fee.  If
  17. you are currently using or distributing the first release of this software,
  18. please substitute this public domain version of the archive/files and remove
  19. the old release from your file system.  This work is still copywritten.
  20.  
  21.  
  22.                                WHAT *IS* PSPLUS?
  23.  
  24.     Print Screen PLUS (PSPLUS) is a specialized memory resident Shift-PrtSc
  25. driver.  When installed into memory, it allows you to print the text screen to
  26. the printer or save the screen to a file.  Unlike other save-to-file programs,
  27. PSPLUS prompts for a path and filename, and it has a special delayed-save
  28. feature, which won't do any disk access until the system is free to allow it.
  29.  
  30.  
  31.                                  LIMITATIONS
  32.  
  33.         Because PSPLUS does direct access to the screen, it is necessary to
  34. have a graphics card capable of displaying in CGA 80 column text mode, although
  35. it will work for any graphics card with text video RAM at b800 hex.  It also
  36. does low-level BIOS calls, which means that your computer's BIOS must be
  37. IBM-PC compatible.  When installed, it eats up just over 4K of RAM.
  38.  
  39.  
  40.                               TO INSTALL PSPLUS
  41.  
  42.         To install, simply type 'PSPLUS' at the DOS command prompt.  There are
  43. no command line options.
  44.  
  45.  
  46.                                 TO USE PSPLUS
  47.  
  48.         To activate, press 'SHIFT+PrtSc' (Hold down the SHIFT key while
  49. pressing the PrtSc key).  Some keyboards use a slightly different notation than
  50. 'PrtSc' Look at your keyboard, or consult your computer's manual for locating
  51. this key, if necessary.
  52.  
  53.  
  54.         A Menu will pop-up in the bottom right-hand corner of your screen.
  55. From here, all functions of PSPLUS can be accessed.  Simply press the key in
  56. between the <> marks to execute that function (Ex: <P>rint screen).
  57.  
  58.  
  59.                                 MENU OPTIONS:
  60.                                   ESC-Exit
  61.  
  62.     Press the ESC key (or any other un-defined key, for that matter) to
  63. leave PSPLUS and return you to your application.  This is great if you
  64. accidentally hit 'SHIFT-PrtSc' (No more turning on the printer and wasting a
  65. sheet of paper, not to mention time!!!)
  66.  
  67.                                <P>rint screen
  68.  
  69.     Pressing <P> will immediately print the screen to the printer connected
  70. to LPT1.  (It uses the built-in ROM routine [Int-5].)
  71.  
  72.                                <S>ave to file
  73.  
  74.     The <S> command causes a copy of the screen to be stored in memory. 
  75. When it is 100% safe to do so, PSPLUS will pop-back up on the screen, prompt
  76. for the filename, and then save the stored screen onto disk.  This is the most
  77. powerful feature of PSPLUS.  Note that when you press the 'S' command in the
  78. middle of some programs, PSPLUS will exit and it looks like nothing
  79. happened...Don't worry, PSPLUS will pop-back up on the screen when DOS is
  80. ready, and save the screen for you.
  81.  
  82.         When the filename window comes up, you can type just a filename, or a
  83. complete path plus a filename.  Pressing ESC (or <CR> on an empty line) will
  84. abort the save.
  85.         
  86.     Unfortunately, due to the nature of DOS, it can be a pain to save a
  87. screen using this method, because you need to exit your program (or shell to
  88. DOS) in order to save the screen.  Thus the next command...
  89.  
  90.                                <I>nstant save
  91.  
  92.     WARNING! NEVER USE THIS COMMAND IF THERE IS *ANY* SORT OF DISK ACCESS
  93. OCCURRING, OR IF YOU ARE NOT SURE WHETHER OR NOT THERE IS ANY DISK ACCESS
  94. OCCURRING...DOING SO WILL CAUSE YOUR SYSTEM TO CRASH...GUARANTEED!!!
  95.  
  96.         The <I> command will immediately save the screen to disk...It will not
  97. wait until it is 100% safe to save...It is up to YOU do decide when it is safe
  98. to use this method.  It is safe to use this method during any application, as
  99. long as the application isn't in the middle of a disk operation.  I apologize
  100. for the redundancy, but it is VERY IMPORTANT to be clear on this matter.
  101.     For example, if you use the <I> command during the display of a DIR
  102. command you will cause a nice system crash (you have to turn the power off,
  103. then back on (or hit the reset button), if you accidentally cause this to
  104. happen), however if you use the <S> command there will be no problems.
  105.  
  106.         The <I> command is nice when you are in the middle of an application in
  107. which the <S> command won't save unless you shell to DOS, and it is not
  108. convenient (or possibly possible) to do a shell to DOS and force the screen
  109. save.  The usual procedure is try a <S> first, and if it doesn't save, and you
  110. are *SURE* that there is no disk access, then use the <I> command.
  111.  
  112.  
  113.         Thank you for using this product.  The author welcomes comments and
  114. suggestions.
  115.                 L. Scott Emmons
  116.                 9115 Dongston Way #5
  117.                 Sacramento, CA  95826
  118.  
  119.                 UUCP: ....[ucbvax]!ucdavis!csusac!scott
  120.